PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images Package / PDFAlternateImage Class / setImage Method
The image object represented by this alternate image.
In This Topic
    setImage Method
    In This Topic
    Sets the image.
    Syntax
    public void setImage( 
       PDFImage image
    )

    Parameters

    image
    The image object represented by this alternate image.
    Exceptions
    ExceptionDescription
    When image is null.
    See Also